.w-b{
    width:100%;
}
.more-bq{
    transform: translateY(25px);
}
.overf-h{
    overflow: hidden;
}
.marTop20{
    margin-top:20px;
}
.foot {
    height: 65px;
}
.foot ul {
    width: 100%;
    height: 50px;
    display: flex;
    position: absolute;
    bottom: 0;
    justify-content: center;
}
.leftWapImg{
    margin: 0 auto;
    transform: translateY(-20px);
}
.rightWapImg{
    margin: 0 auto;
    transform: translateY(-20px);
}
.tbody {
    display: block;
    position: absolute;
    width:100%;
    max-height: 150px;
    overflow: scroll;
    height: auto !important;
    bottom: 65px;
    background-color: #ECECEC;
    left: 0;
    padding: 0 20px 50px;
}
.tbody ul{
    display: block;
    position: initial;
}

#tbody li {
    width: auto;
    height: 22px;
    line-height: 20px;
    padding: 0 7.5px;
    margin: 10px 6px 0 0;
    border: 1px solid #FD8C01;
    display: inline-block;
    font-size: 14px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    position: relative;
}
#tbody li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fd8c01;
}

.tbodyactive{
    height:0 !important;
}
.heilian{
    padding: 0 10px 0 5px;
    transform: translateY(36px);
}

.xhuzi {
    width: auto;
    height: auto;
    background: #FD8C01;
    padding: 0 5px;
    display: inline-block;
    float: right;
    display: inline;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.xhuzi a{
    color:#FFFFFF;
}